# Get space amenity details

Returns detailed information for the specified amenity associated with a space within the current account context.
            
Behavior:
- Validates space and amenity association with the account
- Ensures the amenity exists for the specified space
- Retrieves amenity configuration and attribute details
- Returns structured amenity detail response
- Logs the action as a space amenity view event

Endpoint: GET /api/v1/facility/spaces/{spaceIdentifier}/amenities/{amenityidentifier}

## Path parameters:

  - `spaceIdentifier` (string, required)

  - `amenityidentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.count` (integer)

  - `data.responseDescription` (string,null)

  - `data.amenityId` (string)

  - `data.amenityName` (string,null)

  - `data.amenityDescription` (string,null)

  - `data.hourlyRate` (number,null)

  - `data.keyword` (string,null)

  - `data.sortColumn` (string,null)

  - `data.sortColumnId` (string,null)

  - `data.sortOrder` (string,null)

  - `data.fieldValues` (array,null)

  - `data.fieldValues.dataFieldId` (string)

  - `data.fieldValues.dataFieldValue` (string,null)

  - `data.fieldValues.dataFieldlabel` (string,null)

  - `data.fieldValues.dataFieldValueIds` (array,null)

  - `data.fieldValues.fromDate` (string,null)

  - `data.fieldValues.toDate` (string,null)

  - `data.fieldValues.dataFieldValueRangeType` (string,null)

  - `data.selectedIds` (array,null)

  - `data.datafieldIds` (array,null)

  - `data.filter` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


